-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: enable test for dual stack cluster #4574
Conversation
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4574 +/- ##
==========================================
+ Coverage 65.47% 65.48% +0.01%
==========================================
Files 211 211
Lines 31858 31858
==========================================
+ Hits 20859 20863 +4
+ Misses 9755 9752 -3
+ Partials 1244 1243 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zirain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
@zirain should this be cherry-pick into v1.2.0? |
@zhaohuabing yes, added the cherry-pick |
* ci: enable dual stack test Signed-off-by: zirain <[email protected]> * more comment Signed-off-by: zirain <[email protected]> * remove 1.31.0 ipv4 test suite Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]> (cherry picked from commit bb3bbdb) Signed-off-by: Huabing Zhao <[email protected]>
xref: #4572
seperate from #4550